home *** CD-ROM | disk | FTP | other *** search
- .k file/a,plt,plx,ply,pld,plo,plg,plxt,plyt,plr,plb
-
- ; Invoke this shell script via ACES
- ;
- ; lineplot file [ title [ xlabel [ylabel [ device
- ; [ plo [ plg [ plxt [ plyt [ plr [ plb ] ] ] ] ] ] ] ] ]
- ;
- ; where file file contains the data to be plotted
-
- .def pld "amiga"
- .def plt "ACES Plot"
- .def plx "X-Axis"
- .def ply "Y-Axis"
- .def plo "*"
- .def plg "No"
- .def plxt "Automatic"
- .def plyt "Automatic"
- .def plb "lb"
- .def plr "All"
-
-
-
-
- lp:ListPlot +
- "UseInputFile=<file>" +
- "PlotTitle=<plt>" +
- "XLabel=<plx>" +
- "YLabel=<ply>" +
- "PlotDevice=<pld>" +
- "Gridding=<plg>" +
- "XTick=<plxt>" +
- "YTick=<plyt>" +
- "Boxed=<plb>" +
- "Range=<plr>"
- ; "UseOutputFile=<plo>
-
-